home *** CD-ROM | disk | FTP | other *** search
/ Programmer Power Tools / Programmer Power Tools.iso / tiff / swap.h < prev    next >
Encoding:
Text File  |  1988-11-02  |  148 b   |  6 lines

  1. /* swap.h - routines to swap (reverse) words and double words
  2.  *
  3.  */
  4. void swab ARGS((LPSTR, LPSTR, WORD));
  5. void swaw ARGS((LPSTR,LPSTR,WORD));
  6.